Home
last modified time | relevance | path

Searched defs:actual_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/jsoncpp/test/
H A Dpyjsontestrunner.py21 actual_path = base_path + '.actual' variable
53 def parseAndSaveValueTree(input, actual_path): argument
/aosp_15_r20/art/odrefresh/
H A Dodrefresh.cc330 std::string actual_path = RewriteParentDirectoryIfNeeded(path); in GenerateComponents() local
498 std::string actual_path = RewriteParentDirectoryIfNeeded(jar); in AddBootClasspathFds() local
1737 std::string actual_path = RewriteParentDirectoryIfNeeded(dex_file); in RunDex2oat() local
2068 std::string actual_path = RewriteParentDirectoryIfNeeded(path); in RunDex2oatForSystemServer() local
/aosp_15_r20/external/cronet/base/test/
H A Dtest_shortcut_win.cc27 const FilePath& actual_path) { in ValidatePathsAreEqual()
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsafe_readlink_unittest.cc73 char actual_path[PATH_MAX]; in TEST() local
/aosp_15_r20/external/python/mobly/mobly/
Dlogger.py224 def create_latest_log_alias(actual_path, alias): argument
/aosp_15_r20/external/curl/lib/
H A Dfile.c160 char *actual_path; in file_connect() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dlogger.py241 def create_latest_log_alias(actual_path): argument
/aosp_15_r20/system/extras/partition_tools/
H A Dlpadd.cc231 auto actual_path = super_path_; in OpenSuperFile() local
/aosp_15_r20/external/cronet/url/
H A Dgurl.cc518 bool GURL::IsAboutPath(std::string_view actual_path, in IsAboutPath()