OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unpack_dir
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/component_updater/
component_patcher.h
77
// The non-differential files are written into the |
unpack_dir
| directory.
81
const base::FilePath&
unpack_dir
,
component_patcher.cc
50
// and produces the contents of a full component update in
unpack_dir
54
const base::FilePath&
unpack_dir
,
74
command_args, input_dir,
unpack_dir
, patcher, installer, error);
component_patcher_operation.h
35
const base::FilePath&
unpack_dir
,
component_patcher_operation.cc
58
const base::FilePath&
unpack_dir
,
67
output_abs_path_ =
unpack_dir
.Append(
/build/tools/releasetools/
common.py
328
def GetBootableImage(name, prebuilt_name,
unpack_dir
, tree_subdir,
331
image. Look for it in '
unpack_dir
'/BOOTABLE_IMAGES under the name
333
'
unpack_dir
'/'tree_subdir'."""
335
prebuilt_path = os.path.join(
unpack_dir
, "BOOTABLE_IMAGES", prebuilt_name)
342
return File(name, BuildBootableImage(os.path.join(
unpack_dir
, tree_subdir),
343
os.path.join(
unpack_dir
, fs_config),
Completed in 1199 milliseconds