Searched refs:absolute_path (Results 1 – 25 of 26) sorted by relevance
12
27 const std::string absolute_path = android::base::GetExecutableDirectory();29 const std::string absolute_path = ""; variable42 dittosuite::SharedVariables::Set(absolute_path_key, absolute_path); in SetUp()
63 if (absolute_path.empty()) { in ditto_files_paths()66 base_path = absolute_path + "/example"; in ditto_files_paths()
28 std::string path = absolute_path + file_name;
25 std::string path = absolute_path + file_name;
28 std::string path = absolute_path + directory_name;
31 std::string path = absolute_path + file_name;
18 absolute_path: "/data/local/tmp/";
19 absolute_path: "/data/local/tmp/";
25 absolute_path: "";
26 absolute_path: "";
30 absolute_path: "";
34 absolute_path: "";
33 absolute_path: "";
31 absolute_path: "";
31 absolute_path: "/sdcard/DCIM/dittobench";
31 absolute_path: "/data/local/tmp/dittobench";
41 absolute_path: "/sdcard/DCIM/dittobench";
139 std::string absolute_path = argv[2]; in main() local144 benchmark->mutable_global()->set_absolute_path(absolute_path); in main()152 syscall.arguments[1].find(absolute_path) != std::string::npos) { in main()154 std::string path_name = syscall.arguments[1].substr(absolute_path.size() + 2); in main()
59 SharedVariables::Set(absolute_path_key, benchmark->global().absolute_path()); in __Parse()
269 optional string absolute_path = 1 [default = ""]; field