Searched defs:base_path (Results 1 - 12 of 12) sorted by relevance

/external/v8/
H A DAndroid.mk18 base_path := $(call my-dir) macro
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 macro
[all...]
/external/tensorflow/tensorflow/contrib/session_bundle/
H A Dtest_util.cc27 const string base_path = tensorflow::testing::TensorFlowSrcRoot(); local
/external/devlib/devlib/module/
H A Dhotplug.py7 base_path = '/sys/devices/system/cpu' variable in class:HotplugModule
21 return target.path.join(cls.base_path, cpu, 'online')
/external/libchrome/base/files/
H A Dscoped_temp_dir_unittest.cc67 FilePath base_path; local
69 &base_path));
74 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
77 EXPECT_TRUE(base_path.IsParent(test_path));
78 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
81 base::DeleteFile(base_path, true);
H A Dscoped_temp_dir.cc32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { argument
36 // If |base_path| does not exist, create it.
37 if (!base::CreateDirectory(base_path))
40 // Create a new, uniquely named directory under |base_path|.
41 if (!base::CreateTemporaryDirInDir(base_path,
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
H A Dtesting_test.py6 will need to change the base_path accordingly.
15 base_path = ('/var/cache/chromeos-chrome/chrome-src-internal/src/out_daisy/' variable
18 os.path.join(base_path, 'base/base.cpu.o'), os.path.join(
19 base_path, 'base/base.version.o'), os.path.join(base_path,
/external/jsoncpp/test/
H A 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'
/external/autotest/client/deps/glbench/src/
H A Dutils.cc35 FilePath base_path = relative ? argv0_path.Append(relative) : argv0_path; local
36 g_base_path = new FilePath(base_path);
/external/iproute2/ip/
H A Dipvrf.c113 static void read_cgroup_pids(const char *base_path, char *name) argument
120 base_path, name, CGRP_PROC_FILE) >= sizeof(path))
145 static int recurse_dir(char *base_path, char *name, const char *netns) argument
153 d = opendir(base_path);
162 const char *pdir = strrchr(base_path, '/');
169 read_cgroup_pids(base_path, name);
176 base_path, de->d_name) >= sizeof(path))
/external/syslinux/gpxe/src/core/
H A Duri.c304 char * resolve_path ( const char *base_path, argument
306 size_t base_len = ( strlen ( base_path ) + 1 );
316 memcpy ( base_tmp, base_path, base_len );
/external/libxcam/xcore/
H A Ddrm_display.cpp121 DrmDisplay::open_drivers (const char *base_path, int base_id) argument
125 XCAM_ASSERT (base_path);
128 sprintf (dev_path, "%s%d", base_path, base_id + i);
/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator.cc748 bool GlobalHistogramAllocator::CreateWithActiveFile(const FilePath& base_path, argument
753 if (!base::ReplaceFile(active_path, base_path, nullptr))
754 base::DeleteFile(base_path, /*recursive=*/false);
765 FilePath base_path, active_path; local
766 ConstructFilePaths(dir, name, &base_path, &active_path);
767 return CreateWithActiveFile(base_path, active_path, size, id, name);

Completed in 559 milliseconds