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

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 65 outfile = os.path.join(self.build_dir, os.path.basename(script))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 89 contents = sorted(os.path.basename(fn) for fn in contents)
  /system/core/init/
devices.cpp 40 using android::base::Basename;
136 std::string path_basename = Basename(path);
389 devpath = "/dev/block/" + Basename(uevent.path);
415 devpath = "/dev/" + Basename(uevent.path);
devices.h 81 : android::base::Basename(uevent.path);
init_first_stage.cpp 237 const std::string device_name(basename(verity_device.c_str()));
311 required_devices_partition_names_.emplace(basename(fstab_rec->blk_device));
315 required_devices_partition_names_.emplace(basename(verity_loc_device.c_str()));
368 required_devices_partition_names_.emplace(basename(fstab_rec->blk_device));
  /system/timezone/
download-iana-data.py 81 local_iana_tar_filename = os.path.basename(local_iana_tar_file)
  /test/vts-testcase/fuzz/template/libfuzzer_test/
libfuzzer_test_case.py 39 self._binary_name = os.path.basename(bin_host_path)
  /toolchain/binutils/binutils-2.25/opcodes/
config.in 14 /* Define to 1 if you have the declaration of `basename', and to 0 if you
  /tools/test/connectivity/acts/framework/acts/libs/proto/
proto_utils.py 52 output_filename = os.path.basename(proto_path).replace('.proto', '_pb2.py')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py     [all...]
core.py 37 script = os.path.basename(script_name)
105 attrs['script_name'] = os.path.basename(sys.argv[0])
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp     [all...]
  /external/python/cpython2/Lib/distutils/
ccompiler.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
ccompiler.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
ccompiler.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py     [all...]
  /development/ndk/
unify_all.py 131 basename = os.path.split(platform_path)[-1]
133 return int(basename.split('-')[1])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicode_file.py 59 # basename should appear in listdir.
134 self.assertEqual(os.path.basename(cwd_result),name_result)
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 223 srcParentDir = os.path.basename(os.path.split(fullSrc)[0])
230 self.inputFileBase = os.path.basename(self.inputFilename)
231 self.outputFileBase = os.path.basename(self.outputFilename)
239 dst = os.path.basename(self.outputFilename)
776 (parent, basename) = os.path.split(lastpath)
779 if basename.endswith('Pkg'):
780 self.packageName = basename
836 srcParentDir = os.path.basename(os.path.split(fullSrc)[0])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 64 INT8 BaseName[MAX_BASENAME_LEN];
189 // If they specified -x xref guid/basename cross-reference files, process it.
190 // This will print the basename beside each file guid. To use it, specify
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkLogger.py 40 _ToolName = os.path.basename(sys.argv[0])
123 ToolName = os.path.basename(traceback.extract_stack()[-2][0])
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
Log.py 64 _TOOL_NAME = os.path.basename(argv[0])
169 ToolName = os.path.basename(extract_stack()[-2][0])
  /external/autotest/client/cros/cellular/
prologix_scpi_driver.py 166 s[0] = os.path.basename(s[0])
169 s[0] = os.path.basename(s[0])
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 168 s = os.path.basename(path)
240 os.path.basename(path))

Completed in 1065 milliseconds

<<41424344454647484950>>