Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 25 of 114) sorted by relevance

12345

/external/v8/
DAndroid.mk18 base_path := $(call my-dir)
30 include $(base_path)/Android.base.mk
31 include $(base_path)/Android.libv8.mk
32 include $(base_path)/Android.platform.mk
33 include $(base_path)/Android.sampler.mk
34 include $(base_path)/Android.v8.mk
35 include $(base_path)/Android.v8gen.mk
36 include $(base_path)/Android.mkpeephole.mk
38 include $(base_path)/Android.d8.mk
40 base_path :=
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dtesting_test.py15 base_path = ('/var/cache/chromeos-chrome/chrome-src-internal/src/out_daisy/' variable
18 os.path.join(base_path, 'base/base.cpu.o'),
19 os.path.join(base_path, 'base/base.version.o'),
20 os.path.join(base_path, 'apps/apps.launcher.o')
/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc67 FilePath base_path; in TEST() local
69 &base_path)); in TEST()
74 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path)); in TEST()
77 EXPECT_TRUE(base_path.IsParent(test_path)); in TEST()
78 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos); in TEST()
81 base::DeleteFile(base_path, true); in TEST()
Dscoped_temp_dir.cc32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath() argument
37 if (!base::CreateDirectory(base_path)) in CreateUniqueTempDirUnderPath()
41 if (!base::CreateTemporaryDirInDir(base_path, in CreateUniqueTempDirUnderPath()
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_import.py90 base_path = dirname(self.filename)
91 base_path = join(base_path, imp_name)
94 if not exists(join(dirname(base_path), "__init__.py")):
97 if exists(base_path + ext):
/external/autotest/site_utils/lxc/
Dcontainer_bucket.py158 base_path = os.path.join(self.container_path, name)
168 utils.run('sudo chown -R root "%s"' % base_path)
169 utils.run('sudo chgrp -R root "%s"' % base_path)
180 path_to_cleanup = [tar_path, base_path]
191 utils.run('sudo chown -R root "%s"' % base_path)
192 utils.run('sudo chgrp -R root "%s"' % base_path)
195 config_path = os.path.join(base_path, 'config')
196 rootfs_path = os.path.join(base_path, 'rootfs')
/external/autotest/client/
Dsetup_modules.py108 def setup(base_path, root_module_name=""): argument
126 base_path = os.path.abspath(os.path.join(base_path, '..'))
129 _import_children_into_module(root_module_name, base_path)
137 sys.path.insert(0, os.path.join(base_path, "site-packages"))
/external/jsoncpp/test/
Dpyjsontestrunner.py13 base_path = os.path.splitext(input_path)[0] variable
14 actual_path = base_path + '.actual'
15 rewrite_path = base_path + '.rewrite'
16 rewrite_actual_path = base_path + '.actual-rewrite'
Drunjsontests.py77 base_path = os.path.splitext(input_path)[0]
78 actual_output = safeReadFile( base_path + '.actual' )
79 actual_rewrite_output = safeReadFile( base_path + '.actual-rewrite' )
80 file(base_path + '.process-output','wt').write( process_output )
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_manager_util.py35 base_path = ResolvePath(os.getcwd()) + os.path.sep
37 if not ResolvePath(os.path.join(base_path, member)).startswith(base_path):
Ddependency_manager_util_unittest.py108 base_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
109 archive_path = shutil.make_archive(base_path, 'zip', dir_path)
153 base_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
154 archive_path = shutil.make_archive(base_path, 'zip', dir_path)
Dbase_config.py128 base_path = os.path.dirname(self._config_path)
141 paths.append(os.path.abspath(os.path.join(base_path, path)))
151 os.path.join(base_path, download_path))
/external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
Dkernel_CrosECSysfsAccel.py113 base_path = self.sysfs_accel_paths[name]
115 base_path = self.sysfs_accel_old_path
118 axis_path = os.path.join(base_path, '_'.join(name_list))
/external/devlib/devlib/module/
Dhotplug.py7 base_path = '/sys/devices/system/cpu' variable in HotplugModule
21 return target.path.join(cls.base_path, cpu, 'online')
/external/autotest/client/tests/netpipe/
Dnetpipe.py25 base_path = os.path.join(self.srcdir, 'NPtcp -h')
26 self.client_path = '%s %%s -o %s %%s' % (base_path, self.NP_FILE)
/external/lisa/tests/eas/
Dpreliminary.py243 base_path = '/proc/sys/kernel/sched_domain/cpu{}/'.format(cpu)
244 for domain in sorted(self.target.list_directory(base_path), reverse=True):
245 flags_path = self.target.path.join(base_path, domain, 'flags')
/external/syslinux/gpxe/src/core/
Duri.c304 char * resolve_path ( const char *base_path, in resolve_path() argument
306 size_t base_len = ( strlen ( base_path ) + 1 ); in resolve_path()
316 memcpy ( base_tmp, base_path, base_len ); in resolve_path()
/external/autotest/client/deps/camera_hal3/
Dcommon.py11 setup_modules.setup(base_path=client_dir,
/external/autotest/client/common_lib/cros/network/
Dcommon.py7 setup_modules.setup(base_path=client_dir,
/external/autotest/client/deps/webgl_clear/
Dcommon.py14 setup_modules.setup(base_path=client_dir,
/external/autotest/client/common_lib/perf_expectations/
Dcommon.py7 setup_modules.setup(base_path=client_dir,
/external/autotest/client/tests/iozone/
Dcommon.py7 setup_modules.setup(base_path=client_dir,
/external/autotest/client/deps/glbench/
Dcommon.py11 setup_modules.setup(base_path=client_dir,
/external/autotest/client/common_lib/cros/bluetooth/
Dcommon.py7 setup_modules.setup(base_path=client_dir,
/external/autotest/client/bin/net/
Dcommon.py7 setup_modules.setup(base_path=client_dir,

12345