Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 4 of 4) sorted by relevance

/system/linkerconfig/modules/
Dconfigparser.cc34 Result<LinkerConfig> ParseLinkerConfig(const std::string& config_path) { in ParseLinkerConfig() argument
37 if (!ReadFileToString(config_path, &file_content)) { in ParseLinkerConfig()
38 return ErrnoErrorf("Cannot read file {}", config_path); in ParseLinkerConfig()
43 return Errorf("Failed to parse file {}", config_path); in ParseLinkerConfig()
/system/nfc/src/adaptation/
Dnfc_config.cc69 string config_path = findConfigPath(); in loadConfig() local
70 CHECK(config_path != ""); in loadConfig()
71 config_.parseFromFile(config_path); in loadConfig()
/system/linkerconfig/modules/include/linkerconfig/
Dconfigparser.h26 ParseLinkerConfig(const std::string& config_path);
/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc116 auto config_path = unsquash_dir.GetPath().Append(kUpdateEngineConf); in GetUpdateEngineConfig() local
118 if (!utils::ReadFile(config_path.value(), &config_content)) { in GetUpdateEngineConfig()
119 PLOG(ERROR) << "Failed to read " << config_path.value(); in GetUpdateEngineConfig()