Searched refs:path_to_binary (Results 1 – 5 of 5) sorted by relevance
81 void GetArgV(const char *path_to_binary, in GetArgV() argument84 argv[i++] = path_to_binary; in GetArgV()
104 virtual void GetArgV(const char *path_to_binary, in GetArgV() argument
211 void GetArgV(const char *path_to_binary, in GetArgV() argument214 argv[i++] = path_to_binary; in GetArgV()
251 void GetArgV(const char *path_to_binary, in GetArgV() argument284 argv[i++] = path_to_binary; in GetArgV()
765 def get_uuid_from_binary(path_to_binary, arch=None): argument766 cache_key = (path_to_binary, arch)770 if not os.path.exists(path_to_binary):771 raise GetUUIDFromBinaryException('Binary "{}" does not exist'.format(path_to_binary))775 cmd.append(path_to_binary)800 logging.error('Failed to retrieve UUID from binary {}'.format(path_to_binary))802 …raise GetUUIDFromBinaryException('Failed to retrieve UUID from binary "{}"'.format(path_to_binary))