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

1 2 3

  /system/extras/preopt2cachename/
preopt2cachename.cpp 67 /*in-out*/std::string& cache_file) {
76 size_t cache_file_position = cache_file.size();
77 cache_file += file_location.substr(initial_position, apk_position);
79 cache_file_position = cache_file.find('/', cache_file_position);
81 cache_file[cache_file_position] = '@';
82 cache_file_position = cache_file.find('/', cache_file_position);
91 cache_file += apk_name;
94 cache_file += kVdexCacheSuffix;
96 cache_file += kOdexCacheSuffix;
  /system/core/libbacktrace/
BacktraceOffline.h 48 bool cache_file)
50 cache_file_(cache_file),
  /system/sepolicy/private/
app_neverallows.te 70 neverallow all_untrusted_apps { cache_file cache_recovery_file }:dir ~{ r_dir_perms };
71 neverallow all_untrusted_apps { cache_file cache_recovery_file }:file ~{ read getattr };
isolated_app.te 79 neverallow isolated_app cache_file:dir ~{ r_dir_perms };
80 neverallow isolated_app cache_file:file ~{ read getattr };
priv_app.te 43 allow priv_app { cache_file cache_recovery_file }:dir create_dir_perms;
44 allow priv_app { cache_file cache_recovery_file }:file create_file_perms;
46 allow priv_app cache_file:lnk_file r_file_perms;
platform_app.te 32 allow platform_app cache_file:dir create_dir_perms;
33 allow platform_app cache_file:file create_file_perms;
  /external/toolchain-utils/crb/
autotest_run.py 156 cache_file = os.path.join(matching_dir, PICKLE_FILE)
157 assert os.path.isfile(cache_file)
158 self._logger.LogOutput('Trying to read from cache file: %s' % cache_file)
159 return self.ReadFromCache(cache_file)
164 def ReadFromCache(self, cache_file):
165 with open(cache_file, 'rb') as f:
178 cache_file = os.path.join(self.cache_dir, PICKLE_FILE)
179 command = 'mkdir -p %s' % os.path.dirname(cache_file)
182 with open(cache_file, 'wb') as f:
  /external/swiftshader/third_party/LLVM/projects/sample/
configure 619 cache_file=/dev/null
694 ac_prev=cache_file ;;
697 cache_file=$ac_optarg ;;
700 cache_file=config.cache ;;
    [all...]
  /external/toolchain-utils/binary_search_tool/
bisect_driver.py 219 def cache_file(execargs, bisect_dir, cache, abs_file_path): function
271 cache_file(execargs, bisect_dir, population_name, full_obj_path)
278 cache_file(execargs, bisect_dir, population_name, side_effect)
  /prebuilts/clang/host/darwin-x86/clang-3688880/bin/
bisect_driver.py 219 def cache_file(execargs, bisect_dir, cache, abs_file_path): function
271 cache_file(execargs, bisect_dir, population_name, full_obj_path)
278 cache_file(execargs, bisect_dir, population_name, side_effect)
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 219 def cache_file(execargs, bisect_dir, cache, abs_file_path): function
274 cache_file(execargs, bisect_dir, population_name, full_obj_path)
281 cache_file(execargs, bisect_dir, population_name, side_effect)
  /prebuilts/clang/host/linux-x86/clang-3688880/bin/
bisect_driver.py 219 def cache_file(execargs, bisect_dir, cache, abs_file_path): function
271 cache_file(execargs, bisect_dir, population_name, full_obj_path)
278 cache_file(execargs, bisect_dir, population_name, side_effect)
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
bisect_driver.py 219 def cache_file(execargs, bisect_dir, cache, abs_file_path): function
274 cache_file(execargs, bisect_dir, population_name, full_obj_path)
281 cache_file(execargs, bisect_dir, population_name, side_effect)
  /bootable/recovery/tests/component/
applypatch_test.cpp 80 cache_file = "/cache/saved.file";
96 static std::string cache_file; member in class:ApplyPatchTest
117 cp(ApplyPatchTest::old_file, ApplyPatchTest::cache_file);
121 cp(ApplyPatchTest::cache_file, ApplyPatchTest::old_file);
168 cp(cache_file, "/cache/reallysaved.file");
172 cp("/cache/reallysaved.file", cache_file);
179 std::string ApplyPatchTest::cache_file; member in class:ApplyPatchTest
  /art/runtime/
utils.cc 832 std::string cache_file(&location[1]); // skip leading slash
836 cache_file += "/";
837 cache_file += DexFile::kClassesDex;
839 std::replace(cache_file.begin(), cache_file.end(), '/', '@');
840 *filename = StringPrintf("%s/%s", cache_location, cache_file.c_str());
  /system/core/libbacktrace/include/backtrace/
Backtrace.h 94 // that is still running. If cache_file is set to true, then elf information will be cached
99 const backtrace_stackinfo_t& stack, bool cache_file = false);
  /toolchain/binutils/binutils-2.25/etc/
configure 615 cache_file=/dev/null
690 ac_prev=cache_file ;;
693 cache_file=$ac_optarg ;;
696 cache_file=config.cache ;;
    [all...]
  /external/fdlibm/
configure 285 cache_file=/dev/null
346 ac_prev=cache_file ;;
349 cache_file=$ac_optarg ;;
352 cache_file=config.cache ;;
    [all...]
  /external/iputils/ninfod/
configure 685 cache_file=/dev/null
761 ac_prev=cache_file ;;
764 cache_file=$ac_optarg ;;
767 cache_file=config.cache ;;
    [all...]
  /prebuilts/misc/windows/sdl2/test/
configure 691 cache_file=/dev/null
767 ac_prev=cache_file ;;
770 cache_file=$ac_optarg ;;
773 cache_file=config.cache ;;
    [all...]
  /external/google-breakpad/
configure 788 cache_file=/dev/null
864 ac_prev=cache_file ;;
867 cache_file=$ac_optarg ;;
870 cache_file=config.cache ;;
    [all...]
  /external/fec/
configure 320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
    [all...]
  /external/liblzf/
configure 670 cache_file=/dev/null
745 ac_prev=cache_file ;;
748 cache_file=$ac_optarg ;;
751 cache_file=config.cache ;;
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure 721 cache_file=/dev/null
796 ac_prev=cache_file ;;
799 cache_file=$ac_optarg ;;
802 cache_file=config.cache ;;
    [all...]
  /external/stressapptest/
configure 723 cache_file=/dev/null
798 ac_prev=cache_file ;;
801 cache_file=$ac_optarg ;;
804 cache_file=config.cache ;;
    [all...]

Completed in 588 milliseconds

1 2 3