OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourcedir
(Results
1 - 4
of
4
) sorted by null
/build/tools/releasetools/
common.py
177
def BuildAndAddBootableImage(
sourcedir
, targetname, output_zip, info_dict):
179
'
sourcedir
'), and turn them into a boot image. Put the boot image
181
targetname on success or None on failure (if
sourcedir
does not
186
img = BuildBootableImage(
sourcedir
)
194
def BuildBootableImage(
sourcedir
):
196
'
sourcedir
'), and turn them into a boot image. Return the image
197
data, or None if
sourcedir
does not appear to contains files for
200
if (not os.access(os.path.join(
sourcedir
, "RAMDISK"), os.F_OK) or
201
not os.access(os.path.join(
sourcedir
, "kernel"), os.F_OK)):
207
p1 = Run(["mkbootfs", os.path.join(
sourcedir
, "RAMDISK")]
[
all
...]
/external/chromium/sdch/open-vcdiff/packages/deb/
rules
92
dh_install --
sourcedir
=debian/tmp
/external/chromium/third_party/icu/source/tools/gensprep/
filterRFC3454.pl
35
"--
sourcedir
=s" => \$
sourceDir
,
61
usage() unless defined $
sourceDir
;
66
$infile = $
sourceDir
."/".$srcFileName;
639
--
sourcedir
=<directory>
667
e.g.: filterRFC3454.pl --
sourcedir
=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
/external/icu4c/tools/gensprep/
filterRFC3454.pl
35
"--
sourcedir
=s" => \$
sourceDir
,
61
usage() unless defined $
sourceDir
;
66
$infile = $
sourceDir
."/".$srcFileName;
639
--
sourcedir
=<directory>
667
e.g.: filterRFC3454.pl --
sourcedir
=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
Completed in 504 milliseconds