HomeSort by relevance Sort by last modified time
    Searched defs:current_path (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/
run_tests.py 8 current_path = os.path.abspath(os.path.dirname(__file__)) variable
9 tests_path = os.path.join(current_path, 'tests')
11 current_path,
  /external/chromium-trace/catapult/third_party/webapp2/
run_tests.py 7 current_path = os.path.abspath(os.path.dirname(__file__)) variable
8 tests_path = os.path.join(current_path, 'tests')
10 current_path,
14 os.path.join(current_path, 'lib', 'babel'),
15 os.path.join(current_path, 'lib', 'Jinja2-2.6'),
16 os.path.join(current_path, 'lib', 'Mako-0.4.1'),
17 os.path.join(current_path, 'lib', 'gaepytz-2011h'),
18 os.path.join(current_path, 'lib', 'WebOb-1.0.8'),
  /frameworks/support/samples/SupportLeanbackShowcase/
build-local.py 36 current_path = os.getcwd() variable
37 index = current_path.find("frameworks/support/samples/SupportLeanbackShowcase")
39 print "ERROR: Invalid repo {0}".format(current_path)
42 repo_path = current_path[:index]
  /system/core/init/
init_parser.cpp 129 std::string current_path = local
131 files.emplace_back(current_path);
  /external/chromium-trace/catapult/third_party/webapp2/docs/
conf.py 23 current_path = os.path.abspath(os.path.dirname(__file__)) variable
24 path = os.path.join(current_path, '..')
25 theme_path = os.path.join(current_path, '_themes', 'webapp2')
  /system/vold/
Ext4Crypt.cpp 244 auto const current_path = get_ce_key_current_path(directory_path); local
245 if (to_fix != current_path) {
246 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; local
247 if (rename(to_fix.c_str(), current_path.c_str()) != 0) {
248 PLOG(WARNING) << "Unable to rename " << to_fix << " to " << current_path; local
  /external/libchrome/base/files/
file_util_posix.cc 789 FilePath current_path = base; local
790 if (!VerifySpecificPathControlledByUser(current_path, owner_uid, group_gids))
794 current_path = current_path.Append(*ip);
796 current_path, owner_uid, group_gids))
  /system/update_engine/
omaha_request_action.cc 331 string current_path; member in struct:chromeos_update_engine::OmahaParserData
361 data->current_path += string("/") + element;
372 if (data->current_path == "/response/app") {
385 } else if (data->current_path == "/response/app/updatecheck") {
389 } else if (data->current_path == "/response/daystart") {
393 } else if (data->current_path == "/response/app/updatecheck/urls/url") {
396 } else if (data->package_name.empty() && data->current_path ==
401 } else if (data->current_path == "/response/app/updatecheck/manifest") {
404 } else if (data->current_path ==
421 if (!base::EndsWith(data->current_path, path_suffix
    [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js 2332 var current_path = '\/'; variable
    [all...]
corrections.js 2332 var current_path = '\/'; variable
    [all...]
fannkuch.js 2471 var current_path = '\/'; variable
    [all...]
memops.js 2440 var current_path = '\/'; variable
    [all...]
primes.js 2346 var current_path = '\/'; variable
    [all...]
zlib.js 2441 var current_path = '\/'; variable
    [all...]
box2d.js 2689 var current_path = '\/'; variable
    [all...]
fasta.js 2715 var current_path = '\/'; variable
    [all...]
lua_binarytrees.js 2478 var current_path = '\/'; variable
    [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js 2335 var current_path = '\/'; variable
    [all...]
corrections.js 2335 var current_path = '\/'; variable
    [all...]
fannkuch.js 2474 var current_path = '\/'; variable
    [all...]
memops.js 2443 var current_path = '\/'; variable
    [all...]
primes.js 2349 var current_path = '\/'; variable
    [all...]
zlib.js 2444 var current_path = '\/'; variable
    [all...]
box2d.js 2692 var current_path = '\/'; variable
    [all...]
  /external/v8/test/mjsunit/asm/poppler/
poppler.js 2441 var current_path = '\/'; variable
    [all...]

Completed in 812 milliseconds

1 2