OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetExecutableFilePath
(Results
1 - 2
of
2
) sorted by null
/art/oatdump/
oatdump_test.h
74
std::string
GetExecutableFilePath
(const char* name, bool is_debug, bool is_static) {
87
std::string
GetExecutableFilePath
(Flavor flavor, const char* name) {
88
return
GetExecutableFilePath
(name, kIsDebugBuild, flavor == kStatic);
117
std::string dex2oat_path =
GetExecutableFilePath
(flavor, "dex2oat");
143
std::string file_path =
GetExecutableFilePath
(flavor, "oatdump");
oatdump_test.cc
81
const std::string dexdump2 =
GetExecutableFilePath
("dexdump2",
Completed in 220 milliseconds