OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_directory
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/generate_shim_headers/
generate_shim_headers.py
50
target_directory
= os.path.join(
53
if options.generate and not os.path.exists(
target_directory
):
54
os.makedirs(
target_directory
)
66
yield os.path.join(
target_directory
, header_filename)
68
with open(os.path.join(
target_directory
, header_filename), 'w') as f:
/external/chromium_org/v8/tools/generate_shim_headers/
generate_shim_headers.py
67
target_directory
= os.path.join(
70
if options.generate and not os.path.exists(
target_directory
):
71
os.makedirs(
target_directory
)
83
yield os.path.join(
target_directory
, header_filename)
85
with open(os.path.join(
target_directory
, header_filename), 'w') as f:
/external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py
54
def changeWorkingDirectory(
target_directory
):
55
"""Changes the working directory to the given |
target_directory
|, which
65
pos = working_directory.find(
target_directory
)
68
target_directory
+ '". ' +
72
os.chdir(working_directory[:pos + len(
target_directory
)])
/external/chromium_org/chrome/installer/setup/
uninstall.h
35
// Deletes |
target_directory
| (".../Application") and the vendor directories
/external/chromium_org/chrome/browser/download/
download_target_determiner.cc
188
base::FilePath
target_directory
;
local
193
target_directory
= download_prefs_->SaveFilePath();
195
target_directory
= download_prefs_->DownloadPath();
197
virtual_path_ =
target_directory
.Append(generated_filename);
Completed in 79 milliseconds