HomeSort by relevance Sort by last modified time
    Searched refs:source_path (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/libvpx/libvpx/build/make/
version.sh 22 source_path=${1:-.}
27 if [ -e "${source_path}/.git" ]; then
30 export GIT_DIR="${source_path}/.git"
35 for p in "${source_path}" "${source_path}/.."; do
  /external/python/cpython2/Lib/test/
test_py_compile.py 14 self.source_path = os.path.join(self.directory, '_test.py')
15 self.pyc_path = self.source_path + 'c'
18 # current working directory path and the 'self.source_path' might be
21 drive = os.path.splitdrive(self.source_path)[0]
25 with open(self.source_path, 'w') as file:
34 py_compile.compile(self.source_path, self.pyc_path)
39 py_compile.compile(os.path.basename(self.source_path),
44 py_compile.compile(os.path.relpath(self.source_path),
test_compileall.py 16 self.source_path = os.path.join(self.directory, '_test.py')
17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
18 with open(self.source_path, 'w') as file:
22 shutil.copyfile(self.source_path, self.source_path2)
30 mtime = int(os.stat(self.source_path).st_mtime)
38 py_compile.compile(self.source_path)
64 compileall.compile_file(self.source_path, force=False, quiet=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_py_compile.py 14 self.source_path = os.path.join(self.directory, '_test.py')
15 self.pyc_path = self.source_path + 'c'
18 # current working directory path and the 'self.source_path' might be
21 drive = os.path.splitdrive(self.source_path)[0]
25 with open(self.source_path, 'w') as file:
34 py_compile.compile(self.source_path, self.pyc_path)
40 py_compile.compile(os.path.basename(self.source_path),
46 py_compile.compile(os.path.relpath(self.source_path),
test_compileall.py 16 self.source_path = os.path.join(self.directory, '_test.py')
17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
18 with open(self.source_path, 'w') as file:
22 shutil.copyfile(self.source_path, self.source_path2)
30 mtime = int(os.stat(self.source_path).st_mtime)
39 py_compile.compile(self.source_path)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_py_compile.py 14 self.source_path = os.path.join(self.directory, '_test.py')
15 self.pyc_path = self.source_path + 'c'
18 # current working directory path and the 'self.source_path' might be
21 drive = os.path.splitdrive(self.source_path)[0]
25 with open(self.source_path, 'w') as file:
34 py_compile.compile(self.source_path, self.pyc_path)
40 py_compile.compile(os.path.basename(self.source_path),
46 py_compile.compile(os.path.relpath(self.source_path),
test_compileall.py 16 self.source_path = os.path.join(self.directory, '_test.py')
17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
18 with open(self.source_path, 'w') as file:
22 shutil.copyfile(self.source_path, self.source_path2)
30 mtime = int(os.stat(self.source_path).st_mtime)
39 py_compile.compile(self.source_path)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 14 self.source_path = os.path.join(self.directory, '_test.py')
15 self.pyc_path = self.source_path + 'c'
18 # current working directory path and the 'self.source_path' might be
21 drive = os.path.splitdrive(self.source_path)[0]
25 with open(self.source_path, 'w') as file:
34 py_compile.compile(self.source_path, self.pyc_path)
40 py_compile.compile(os.path.basename(self.source_path),
46 py_compile.compile(os.path.relpath(self.source_path),
test_compileall.py 16 self.source_path = os.path.join(self.directory, '_test.py')
17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
18 with open(self.source_path, 'w') as file:
22 shutil.copyfile(self.source_path, self.source_path2)
30 mtime = int(os.stat(self.source_path).st_mtime)
39 py_compile.compile(self.source_path)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 14 self.source_path = os.path.join(self.directory, '_test.py')
15 self.pyc_path = self.source_path + 'c'
18 # current working directory path and the 'self.source_path' might be
21 drive = os.path.splitdrive(self.source_path)[0]
25 with open(self.source_path, 'w') as file:
34 py_compile.compile(self.source_path, self.pyc_path)
40 py_compile.compile(os.path.basename(self.source_path),
46 py_compile.compile(os.path.relpath(self.source_path),
test_compileall.py 16 self.source_path = os.path.join(self.directory, '_test.py')
17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
18 with open(self.source_path, 'w') as file:
22 shutil.copyfile(self.source_path, self.source_path2)
30 mtime = int(os.stat(self.source_path).st_mtime)
39 py_compile.compile(self.source_path)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
  /external/jsoncpp/devtools/
tarball.py 35 source_path = source
37 os.path.walk(source_path, visit, tar)
39 path_in_tar = archive_name(source_path)
40 tar.add(source_path, path_in_tar ) # filename, arcname
  /system/core/sdcard/
sdcard.cpp 100 static bool sdcardfs_setup(const std::string& source_path, const std::string& dest_path,
113 if (mount(source_path.c_str(), dest_path.c_str(), use_esdfs ? "esdfs" : "sdcardfs",
124 static bool sdcardfs_setup_bind_remount(const std::string& source_path, const std::string& dest_path,
128 if (mount(source_path.c_str(), dest_path.c_str(), nullptr,
134 if (mount(source_path.c_str(), dest_path.c_str(), "none",
145 static bool sdcardfs_setup_secondary(const std::string& default_path, const std::string& source_path,
150 return sdcardfs_setup(source_path, dest_path, fsuid, fsgid, multi_user, userid, gid, mask,
157 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid,
168 if (!sdcardfs_setup(source_path, dest_path_default, uid, gid, multi_user, userid,
170 !sdcardfs_setup_secondary(dest_path_default, source_path, dest_path_read, uid, gid
217 const char *source_path = NULL; local
    [all...]
  /external/python/cpython3/Lib/test/
test_py_compile.py 17 self.source_path = os.path.join(self.directory, '_test.py')
18 self.pyc_path = self.source_path + 'c'
19 self.cache_path = importlib.util.cache_from_source(self.source_path)
22 # current working directory path and the 'self.source_path' might be
25 drive = os.path.splitdrive(self.source_path)[0]
28 with open(self.source_path, 'w') as file:
37 py_compile.compile(self.source_path, self.pyc_path)
51 py_compile.compile(self.source_path, self.pyc_path)
59 py_compile.compile(self.source_path, os.devnull)
62 py_compile.compile(self.source_path)
    [all...]
  /frameworks/base/tools/aapt2/
ResourcesInternal.proto 49 string source_path = 4;
  /external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 347 source_path = None
352 source_path = m.group(1)
362 if source_path and not posixpath.isabs(source_path):
363 path = self._symbolizer.disambiguation_table.get(source_path)
366 source_path = path if disambiguated else source_path
370 if source_path and not was_ambiguous:
371 source_path = os.path.abspath(source_path)
    [all...]
  /external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 347 source_path = None
352 source_path = m.group(1)
362 if source_path and not posixpath.isabs(source_path):
363 path = self._symbolizer.disambiguation_table.get(source_path)
366 source_path = path if disambiguated else source_path
370 if source_path and not was_ambiguous:
371 source_path = os.path.abspath(source_path)
    [all...]
  /external/libyuv/files/
setup_links.py 202 def __init__(self, source_path, link_path):
205 self._source_path = source_path
222 source_path = os.path.abspath(self._source_path)
225 source_path = os.path.relpath(self._source_path,
228 os.symlink(source_path, os.path.abspath(self._link_path))
239 def symlink(source_path, link_path):
240 flag = 1 if os.path.isdir(source_path) else 0
242 unicode(link_path), unicode(source_path), flag):
245 'creating symlinks.' % source_path)
261 for source_path, link_path in FILES.iteritems()
    [all...]
  /external/webrtc/
setup_links.py 223 def __init__(self, source_path, link_path):
226 self._source_path = source_path
243 source_path = os.path.abspath(self._source_path)
246 source_path = os.path.relpath(self._source_path,
249 os.symlink(source_path, os.path.abspath(self._link_path))
260 def symlink(source_path, link_path):
261 flag = 1 if os.path.isdir(source_path) else 0
263 unicode(link_path), unicode(source_path), flag):
266 'creating symlinks.' % source_path)
282 for source_path, link_path in FILES.iteritems()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compileall.py 16 self.source_path = os.path.join(self.directory, '_test.py')
17 self.bc_path = self.source_path + ('c' if __debug__ else 'o')
18 with open(self.source_path, 'w') as file:
22 shutil.copyfile(self.source_path, self.source_path2)
30 mtime = int(os.stat(self.source_path).st_mtime)
39 py_compile.compile(self.source_path)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
  /external/autotest/scheduler/
drone_utility.py 261 def copy_file_or_directory(self, source_path, destination_path):
264 (and send_file). That is, if the source_path ends with a slash, the
268 if self._same_file(source_path, destination_path):
271 if source_path.endswith('/'):
273 assert os.path.isdir(source_path)
275 for filename in os.listdir(source_path):
277 os.path.join(source_path, filename),
279 elif os.path.isdir(source_path):
281 shutil.copytree(source_path, destination_path, symlinks=True)
290 elif os.path.islink(source_path)
    [all...]
drones.py 220 def send_file_to(self, drone, source_path, destination_path,
223 self.queue_call('copy_file_or_directory', source_path,
226 self.queue_call('send_file_to', drone.hostname, source_path,
250 def send_file_to(self, drone, source_path, destination_path,
253 self.queue_call('copy_file_or_directory', source_path,
256 drone.queue_call('get_file_from', self.hostname, source_path,
259 self.queue_call('send_file_to', drone.hostname, source_path,
  /external/jsoncpp/scons-tools/
targz.py 47 source_path = str(source)
49 os.path.walk(source_path, visit, tar)
51 tar.add(source_path, archive_name(source_path) ) # filename, arcname
  /system/update_engine/payload_consumer/
install_plan.cc 101 partition.name, source_slot, &partition.source_path) && result;
103 partition.source_path.clear();
119 source_path == that.source_path &&
  /external/llvm/utils/lit/lit/formats/
base.py 16 source_path = testSuite.getSourcePath(path_in_suite)
17 for filename in os.listdir(source_path):
23 filepath = os.path.join(source_path, filename)
80 test.source_path = path
99 elif hasattr(test, 'source_path'):
100 cmd.append(test.source_path)

Completed in 362 milliseconds

1 2 3 4