HomeSort by relevance Sort by last modified time
    Searched defs:base_path (Results 1 - 6 of 6) sorted by null

  /external/v8/
Android.mk 18 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/toolchain-utils/binary_search_tool/sysroot_wrapper/
testing_test.py 6 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'),
19 os.path.join(base_path, 'base/base.version.o'),
20 os.path.join(base_path, 'apps/apps.launcher.o')
  /external/devlib/devlib/module/
hotplug.py 7 base_path = '/sys/devices/system/cpu' variable in class:HotplugModule
21 return target.path.join(cls.base_path, cpu, 'online')
  /external/libchrome/base/files/
scoped_temp_dir_unittest.cc 67 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);
  /external/jsoncpp/test/
pyjsontestrunner.py 13 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/
utils.cc 35 FilePath base_path = relative ? argv0_path.Append(relative) : argv0_path; local
36 g_base_path = new FilePath(base_path);

Completed in 1228 milliseconds