Home
last modified time | relevance | path

Searched refs:dir2 (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dfile_utils.cc108 char* dir2 = dirname(dir1); // This is the "root" directory. in GetRootContainingLibartbase() local
109 if (OS::DirectoryExists(dir2)) { in GetRootContainingLibartbase()
110 std::string tmp = dir2; // Make a copy here so that fname can be released. in GetRootContainingLibartbase()