Searched refs:semaphore_filepath (Results 1 – 2 of 2) sorted by relevance
49 std::string semaphore_filepath = config_directory in main() local51 if (access(semaphore_filepath.c_str(), F_OK) == -1) { in main()
353 std::string semaphore_filepath = config_directory in IsProfilingEnabled() local355 if (access(semaphore_filepath.c_str(), F_OK) == -1) { in IsProfilingEnabled()