Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dmodule.sh7 if [ $FILE_MODULE ]; then
10 FILE_MODULE=DONE
/external/libchrome/base/
Dpath_service_unittest.cc52 dir_type != FILE_MODULE) { in ReturnsValidPath()
87 if (key == FILE_MODULE || key == DIR_USER_DESKTOP || in TEST_F()
94 if (key == DIR_USER_DESKTOP || key == FILE_MODULE || key == DIR_MODULE) in TEST_F()
Dbase_paths.h39 FILE_MODULE, // Path and filename of the module containing the code for enumerator
Dbase_paths_android.cc32 case base::FILE_MODULE: in PathProviderAndroid()
Dbase_paths.cc23 if (!PathService::Get(FILE_MODULE, result)) in PathProvider()
Dbase_paths_posix.cc40 case FILE_MODULE: { // TODO(evanm): is this correct? in PathProviderPosix()