Searched refs:path_to_binary (Results 1 – 5 of 5) sorted by relevance
84 void GetArgV(const char *path_to_binary, in GetArgV() argument 87 argv[i++] = path_to_binary; in GetArgV()
104 virtual void GetArgV(const char *path_to_binary, in GetArgV() argument
212 void GetArgV(const char *path_to_binary, in GetArgV() argument215 argv[i++] = path_to_binary; in GetArgV()
261 void GetArgV(const char *path_to_binary, in GetArgV() argument294 argv[i++] = path_to_binary; in GetArgV()
822 def get_uuid_from_binary(path_to_binary, arch=None): argument 823 cache_key = (path_to_binary, arch)827 if not os.path.exists(path_to_binary):829 'Binary "{}" does not exist'.format(path_to_binary)834 cmd.append(path_to_binary)859 logging.error("Failed to retrieve UUID from binary {}".format(path_to_binary))862 'Failed to retrieve UUID from binary "{}"'.format(path_to_binary)