OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exec_dir
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/tests/common/
test_constants.h
36
static std::string
exec_dir
= android::base::GetExecutableDirectory();
local
37
return
exec_dir
+ "/testdata/" + fname;
/bootable/recovery/tests/component/
resources_test.cpp
51
static std::string
exec_dir
= android::base::GetExecutableDirectory();
local
52
std::string dir_path =
exec_dir
+ "/" + images_dir;
Completed in 170 milliseconds