HomeSort by relevance Sort by last modified time
    Searched full:basename (Results 1801 - 1825 of 4293) sorted by null

<<71727374757677787980>>

  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 140 basename
libc.so.versions.txt 153 basename;
  /development/samples/devbytes/telephony/SmsSampleProject/
gradlew 13 APP_BASE_NAME=`basename "$0"`
  /development/samples/training/testingfun/
gradlew 13 APP_BASE_NAME=`basename "$0"`
  /development/scripts/
usb-reset-by-serial.py 148 """ % os.path.basename(sys.argv[0])
  /development/tools/checkcolor/
gradlew 13 APP_BASE_NAME=`basename "$0"`
  /development/tools/findunused/
find_unused_resources.rb 39 if File.basename(path) == "res"
findunusedresources 37 appname=$(basename $app)
  /device/common/
generate-blob-lists.sh 49 DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 288 If basename(filename) does not contain a '.', append ".efi" to filename
307 bn = basename(filename); // Separate off the file name component
310 newbn = strrchr(bn, '.'); // Does basename contain a period?
313 strncpyX(newbn, ".efi", MAXPATHLEN - bnlen); // append ".efi" to basename
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 118 dst = os.path.join(dst, os.path.basename(src))
129 dst = os.path.join(dst, os.path.basename(src))
260 # A basename() variant which first strips the trailing slash, if present.
263 return os.path.basename(path.rstrip(sep))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 219 If basename(filename) does not contain a '.', append ".efi" to filename
238 bn = basename(filename); // Separate off the file name component
241 newbn = strrchr(bn, '.'); // Does basename contain a period?
244 strncpyX(newbn, ".efi", MAXPATHLEN - bnlen); // append ".efi" to basename
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
wiki.py 19 scripturl = os.path.basename(sys.argv[0])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 115 dst = os.path.join(dst, os.path.basename(src))
126 dst = os.path.join(dst, os.path.basename(src))
257 # A basename() variant which first strips the trailing slash, if present.
259 return os.path.basename(path.rstrip(os.path.sep))
uu.py 53 name = os.path.basename(in_file)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hotshot.py 21 return os.path.splitext(os.path.basename(fn))[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
freeze.py 298 base = os.path.basename(scriptfile)
433 xtras = [frozenmain_c, os.path.basename(frozen_c),
434 frozendllmain_c, os.path.basename(extensions_c)] + files
442 os.path.basename(target))
winmakemakefile.py 106 base = os.path.basename(file)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
h2py.py 76 outfile = os.path.basename(filename)
pdeps.py 68 mod = os.path.basename(filename)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 140 Macro["MODULE_NAME" ] = Inf.BaseName
145 Macro["MODULE_FILE_BASE_NAME" ] = PathClassObj.BaseName
149 Macro["BASE_NAME" ] = Inf.BaseName
164 PathClassObj.BaseName
  /device/linaro/hikey/factory-images/
generate-factory-images-hikey.sh 26 BUILD=`basename ${BUILDNAME} | cut -f3 -d'-' | cut -f1 -d'.'`
generate-factory-images-hikey960.sh 26 BUILD=`basename ${BUILDNAME} | cut -f3 -d'-' | cut -f1 -d'.'`
  /external/ImageMagick/config/
delegates.xml.in 81 <delegate decode="hpg" command="&quot;@HPGLDecodeDelegate@&quot; -q -m eps -f `basename &quot;%o&quot;` &quot;%i&quot;; @MVDelegate@ -f `basename &quot;%o&quot;` &quot;%o&quot;"/>
82 <delegate decode="hpgl" command="&quot;@HPGLDecodeDelegate@&quot; -q -m eps -f `basename &quot;%o&quot;` &quot;%i&quot;; @MVDelegate@ -f `basename &quot;%o&quot;` &quot;%o&quot;"/>
  /external/ImageMagick/www/source/
delegates.xml 75 <delegate decode="hpg" command="&quot;hp2xx&quot; -q -m eps -f `basename &quot;%o&quot;` &quot;%i&quot;; mv -f `basename &quot;%o&quot;` &quot;%o&quot;"/>
76 <delegate decode="hpgl" command="if [ -e hp2xx -o -e /usr/bin/hp2xx ]; then hp2xx -q -m eps -f `basename &quot;%o&quot;` &quot;%i&quot;; mv -f `basename &quot;%o&quot;` &quot;%o&quot;; else echo &quot;You need to install hp2xx to use HPGL files with ImageMagick.&quot;; exit 1; fi"/>

Completed in 1030 milliseconds

<<71727374757677787980>>