OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:product_dir
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/build/android/gyp/
lint.py
23
result_path,
product_dir
, src_dirs, classes_dir):
39
'
PRODUCT_DIR
', _RelativizePath(
product_dir
))
47
_RelativizePath(
product_dir
), '
PRODUCT_DIR
')
138
'result_path', '
product_dir
', 'src_dirs',
149
options.
product_dir
, src_dirs, options.classes_dir)
/external/chromium_org/chrome/installer/util/
installer_state.cc
355
const base::FilePath*
product_dir
) const {
375
if (
product_dir
== NULL)
378
(
product_dir
== NULL ? default_dir : *
product_dir
).value(),
392
// Adds |product|, installed in |
product_dir
| to this object's collection. If
393
// |
product_dir
| is NULL, the product's default install location is used.
397
const base::FilePath*
product_dir
,
403
if (!CanAddProduct(the_product,
product_dir
))
412
if (
product_dir
== NULL)
415
target_path_ = *
product_dir
;
463
base::FilePath
product_dir
=
local
[
all
...]
installer_state.h
239
const base::FilePath*
product_dir
) const;
240
Product* AddProductInDirectory(const base::FilePath*
product_dir
,
/external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py
600
def GetLdflags(self, configname,
product_dir
, gyp_to_build_path, arch=None):
605
product_dir
: The directory where products such static and dynamic
653
ldflags.append('-L' +
product_dir
)
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py
43
'SHARED_INTERMEDIATE_DIR': '$!
PRODUCT_DIR
/gen',
44
'
PRODUCT_DIR
': '$!
PRODUCT_DIR
',
251
def ExpandSpecial(self, path,
product_dir
=None):
252
"""Expand specials like $!
PRODUCT_DIR
in |path|.
254
If |
product_dir
| is None, assumes the cwd is already the product
255
dir. Otherwise, |
product_dir
| is the relative path to the product
259
PRODUCT_DIR
= '$!
PRODUCT_DIR
'
260
if
PRODUCT_DIR
in path
[
all
...]
xcode.py
49
'
PRODUCT_DIR
': '$(BUILT_PRODUCTS_DIR)',
689
force_outdir=spec.get('
product_dir
'),
[
all
...]
/external/chromium_org/chrome/installer/setup/
uninstall.cc
462
const base::FilePath
product_dir
(user_data_dir.DirName());
463
if (!
product_dir
.empty())
464
DeleteEmptyDir(
product_dir
);
[
all
...]
Completed in 96 milliseconds