Searched defs:Path (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Dcanned_fs_config.c33 } Path; typedef in typeref:struct:__anon1608
35 static Path* canned_data = NULL;
40 return strcmp(((Path*)a)->path, ((Path*)b)->path);
54 canned_data = (Path*) realloc(canned_data, canned_alloc * sizeof(Path));
56 Path* p = canned_data + canned_used;
77 qsort(canned_data, canned_used, sizeof(Path), path_compare);
87 Path key;
91 Path*
[all...]
/system/extras/simpleperf/
H A Ddso.h65 const std::string& Path() const { function in struct:Dso
69 // Return the accessible path. It may be the same as Path(), or

Completed in 89 milliseconds