Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdmain.cc49 std::string semaphore_filepath = config_directory in main() local
51 if (access(semaphore_filepath.c_str(), F_OK) == -1) { in main()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc353 std::string semaphore_filepath = config_directory in IsProfilingEnabled() local
355 if (access(semaphore_filepath.c_str(), F_OK) == -1) { in IsProfilingEnabled()