Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbase_paths.h31 DIR_EXE, // Directory containing FILE_EXE. enumerator
Dbase_paths.cc17 case DIR_EXE: in PathProvider()
Dbase_paths_posix.cc99 if (PathService::Get(DIR_EXE, &path)) { in PathProviderPosix()
Dnative_library_unittest.cc84 CHECK(base::PathService::Get(base::DIR_EXE, &exe_path)); in TestLibrary()
Dpath_service_unittest.cc51 if (dir_type != DIR_EXE && dir_type != DIR_MODULE && dir_type != FILE_EXE && in ReturnsValidPath()
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc376 ASSERT_TRUE(PathService::Get(DIR_EXE, &other_library_path)); in LoadOtherLibrary()