/external/chromium_org/tools/gn/ |
value_extractors.h | 29 const SourceDir& current_dir, 36 const SourceDir& current_dir, 43 const SourceDir& current_dir, 53 const SourceDir& current_dir, 58 const SourceDir& current_dir, 63 const SourceDir& current_dir, 70 const SourceDir& current_dir,
|
value_extractors.cc | 67 current_dir(current_dir_in) { 72 *out = current_dir.ResolveRelativeFile(v.string_value(), 84 const SourceDir& current_dir; member in struct:__anon21114::RelativeFileConverter 91 current_dir(current_dir_in) { 96 *out = current_dir.ResolveRelativeDir(v.string_value(), 101 const SourceDir& current_dir; member in struct:__anon21114::RelativeDirConverter 108 : current_dir(current_dir_in), 113 *out = Label::Resolve(current_dir, current_toolchain, v, err); 116 const SourceDir& current_dir; member in struct:__anon21114::LabelResolver 124 : current_dir(current_dir_in) 133 const SourceDir& current_dir; member in struct:__anon21114::LabelPtrResolver [all...] |
visibility.h | 29 bool Set(const SourceDir& current_dir, const Value& value, Err* err); 35 void SetPrivate(const SourceDir& current_dir);
|
function_get_path_info.cc | 28 // |current_dir|), regardless of whether the input is a directory or a file. 29 SourceDir DirForInput(const SourceDir& current_dir, 33 return current_dir.ResolveRelativeDir(input_string); 37 return current_dir.ResolveRelativeFile(input_string).GetDir(); 41 const SourceDir& current_dir, 84 DirForInput(current_dir, input_string))); 89 DirForInput(current_dir, input_string))); 93 return current_dir.ResolveRelativeDir(input_string).value(); 95 return current_dir.ResolveRelativeFile(input_string).value(); 218 const SourceDir& current_dir = scope->GetSourceDir() local [all...] |
function_set_default_toolchain.cc | 64 const SourceDir& current_dir = scope->GetSourceDir(); local 70 Label::Resolve(current_dir, default_toolchain, args[0], err));
|
visibility.cc | 23 bool Visibility::Set(const SourceDir& current_dir, 35 patterns_.push_back(LabelPattern::GetPattern(current_dir, list[i], err)); 49 void Visibility::SetPrivate(const SourceDir& current_dir) { 52 LabelPattern(LabelPattern::DIRECTORY, current_dir, std::string(),
|
label.cc | 28 const SourceDir& current_dir, 34 *result = current_dir; 47 *result = current_dir.ResolveRelativeDir(input); 94 bool Resolve(const SourceDir& current_dir, 162 if (!ComputeBuildLocationFromDep(original_value, current_dir, location_piece, 180 return Resolve(current_dir, current_toolchain, 212 Label Label::Resolve(const SourceDir& current_dir, 227 if (!::Resolve(current_dir, current_toolchain, input, input_string,
|
label_pattern_unittest.cc | 25 SourceDir current_dir("//foo/"); 64 LabelPattern::GetPattern(current_dir, Value(NULL, cur.input), &err);
|
path_output.h | 36 PathOutput(const SourceDir& current_dir, EscapingMode escaping); 42 const SourceDir& current_dir() const { return current_dir_; } function in class:PathOutput
|
label_pattern.cc | 64 LabelPattern LabelPattern::GetPattern(const SourceDir& current_dir, 80 Label label = Label::Resolve(current_dir, Label(), value, err); 113 Label::Resolve(current_dir, Label(), value_for_toolchain, err); 141 dir = current_dir; 169 dir = current_dir.ResolveRelativeDir(path);
|
function_rebase_path.cc | 231 const SourceDir& current_dir = scope->GetSourceDir(); local 237 current_dir.ResolveRelativeDir(args[kArgIndexDest].string_value()); 248 current_dir.ResolveRelativeDir(args[kArgIndexFrom].string_value()); 251 from_dir = current_dir;
|
label_pattern.h | 38 static LabelPattern GetPattern(const SourceDir& current_dir,
|
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/ |
blacklist_load_analyzer_win_unittest.cc | 23 base::FilePath current_dir; local 24 ASSERT_TRUE(PathService::Get(base::DIR_EXE, ¤t_dir)); 27 base::ScopedNativeLibrary dll1(current_dir.Append(kTestDllName));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
webkit_finder.py | 101 current_dir = fs.dirname(self._webkit_base) 102 while current_dir != prev_dir: 103 if fs.exists(fs.join(current_dir, 'depot_tools', 'pylint.py')): 104 return fs.join(current_dir, 'depot_tools') 105 prev_dir = current_dir 106 current_dir = fs.dirname(current_dir)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
python_unittest.py | 54 current_dir = os.path.dirname(__file__) 55 file_path = os.path.join(current_dir, "python_unittest_input.py")
|
/external/lldb/test/arm_emulation/ |
TestEmulations.py | 15 current_dir = os.getcwd(); 16 test_dir = os.path.join (current_dir, "new-test-files") 29 current_dir = os.getcwd(); 30 test_dir = os.path.join (current_dir, "new-test-files")
|
/external/chromium_org/net/tools/flip_server/ |
mem_cache.cc | 81 DIR* current_dir = NULL; local 83 while (current_dir == NULL && !paths.empty()) { 86 current_dir = opendir(current_dir_name.c_str()); 89 if (current_dir == NULL) { 95 if (current_dir) { 97 for (struct dirent* dir_data = readdir(current_dir); dir_data != NULL; 98 dir_data = readdir(current_dir)) { 114 closedir(current_dir); 115 current_dir = NULL;
|
/external/chromium_org/tools/resources/ |
find_unused_resources.py | 165 current_dir = os.getcwd() 166 if os.path.basename(current_dir) != 'src': 171 if not os.path.exists(current_dir + '/.git'): 173 print current_dir + '/.git', 'not found.'
|
/external/chromium_org/apps/ |
app_load_service.h | 43 base::FilePath current_dir; member in struct:apps::AppLoadService::PostReloadAction 62 const base::FilePath& current_dir);
|
app_load_service.cc | 63 const base::FilePath& current_dir) { 76 action.current_dir = current_dir; 109 profile_, extension, it->second.command_line, it->second.current_dir);
|
/external/chromium_org/ppapi/generators/ |
generator.py | 31 current_dir = os.path.abspath(os.getcwd()) 33 if current_dir != script_dir:
|
/external/chromium_org/net/base/ |
filename_util.cc | 33 base::FilePath current_dir; local 34 PathService::Get(base::DIR_CURRENT, ¤t_dir); 35 url_string.append(current_dir.value());
|
/external/lldb/scripts/Python/ |
build-swig-Python.sh | 355 current_dir=`pwd` 356 if [ -f "${current_dir}/modify-python-lldb.py" ] 358 python ${current_dir}/modify-python-lldb.py ${CONFIG_BUILD_DIR} 363 if [ -f "${current_dir}/edit-swig-python-wrapper-file.py" ] 367 python ${current_dir}/edit-swig-python-wrapper-file.py "${TARGET_DIR}" 369 python ${current_dir}/edit-swig-python-wrapper-file.py
|
/external/chromium_org/chrome_elf/blacklist/test/ |
blacklist_test.cc | 160 base::FilePath current_dir; local 161 ASSERT_TRUE(PathService::Get(base::DIR_EXE, ¤t_dir)); 168 current_dir.Append(test_data[i].dll_name)); 183 base::ScopedNativeLibrary dll(current_dir.Append(test_data[i].dll_name)); 195 current_dir.Append(test_data[i].dll_name)); 211 base::FilePath current_dir; local 212 ASSERT_TRUE(PathService::Get(base::DIR_EXE, ¤t_dir)); 218 base::ScopedNativeLibrary dll1(current_dir.Append(kTestDllName1));
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
webgl_conformance.py | 128 current_dir = os.path.dirname(path) 162 include_path = os.path.join(current_dir, test_name) 166 test = os.path.join(current_dir, test_name)
|