Searched refs:config_file_path (Results 1 – 6 of 6) sorted by relevance
23 file_util::FileEnumerator file_enumerator(config_file_path(), false, in Load()25 for (FilePath config_file_path = file_enumerator.Next(); in Load() local26 !config_file_path.empty(); config_file_path = file_enumerator.Next()) in Load()27 files.insert(config_file_path); in Load()58 if (!file_util::GetFileInfo(config_file_path(), &file_info) || in GetLastModification()64 file_util::FileEnumerator file_enumerator(config_file_path(), in GetLastModification()
12 const FilePath& config_file_path) in ProviderDelegate() argument13 : config_file_path_(config_file_path) {} in ProviderDelegate()
24 explicit ProviderDelegate(const FilePath& config_file_path);35 const FilePath& config_file_path() { return config_file_path_; } in config_file_path() function
31 config_file_path_(provider_delegate->config_file_path()), in FileBasedPolicyLoader()100 const FilePath& path = config_file_path(); in InitOnFileThread()
36 const FilePath& config_file_path() { return config_file_path_; } in config_file_path() function
117 if (!file_util::GetFileInfo(config_file_path(), &file_info) || in GetLastModification()