HomeSort by relevance Sort by last modified time
    Searched defs:config_str (Results 1 - 3 of 3) sorted by null

  /bionic/linker/tests/
linker_config_test.cpp 51 static const char* config_str = variable
106 android::base::WriteStringToFile(config_str, tmp_file.path);
  /system/core/libcutils/
config_utils.c 85 const char* config_str(cnode *root, const char *name, const char *_default) function
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 65 std::string config_str; member in struct:aapt::ResourcePathData
81 StringPiece config_str; local
85 config_str = dir_str.substr(dash_pos + 1, dir.size() - (dash_pos + 1));
86 if (!ConfigDescription::Parse(config_str, &config)) {
89 err_str << "invalid configuration '" << config_str << "'"; local
107 extension.to_string(), config_str.to_string(), config};
122 if (!data.config_str.empty()) {
123 name << "-" << data.config_str;

Completed in 5063 milliseconds