HomeSort by relevance Sort by last modified time
    Searched refs:directory_path (Results 1 - 8 of 8) sorted by null

  /external/v8/src/
startup-data-util.h 21 void InitializeExternalStartupData(const char* directory_path);
startup-data-util.cc 85 void InitializeExternalStartupData(const char* directory_path) {
90 base::RelativePath(&natives, directory_path, "natives_blob.bin"),
91 base::RelativePath(&snapshot, directory_path, "snapshot_blob.bin"));
api.cc     [all...]
  /external/libchrome/base/files/
dir_reader_linux.h 33 explicit DirReaderLinux(const char* directory_path)
34 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)),
  /system/vold/
Ext4Crypt.cpp 105 static std::vector<std::string> get_ce_key_paths(const std::string& directory_path) {
106 auto dirp = std::unique_ptr<DIR, int (*)(DIR*)>(opendir(directory_path.c_str()), closedir);
108 PLOG(ERROR) << "Unable to open ce key directory: " + directory_path;
117 PLOG(ERROR) << "Unable to read ce key directory: " + directory_path;
126 result.emplace_back(directory_path + "/" + entry->d_name);
133 static std::string get_ce_key_current_path(const std::string& directory_path) {
134 return directory_path + "/current";
137 static bool get_ce_key_new_path(const std::string& directory_path,
141 *ce_key_path = get_ce_key_current_path(directory_path);
145 auto const candidate = StringPrintf("%s/cx%010u", directory_path.c_str(), i)
175 auto const directory_path = get_ce_key_directory_path(user_id); local
230 auto const directory_path = get_ce_key_directory_path(user_id); local
514 auto const directory_path = get_ce_key_directory_path(user_id); local
526 auto const directory_path = get_ce_key_directory_path(user_id); local
    [all...]
  /external/ltp/testcases/kernel/syscalls/getcpu/
getcpu01.c 266 char directory_path[255]; local
282 sprintf(directory_path, "/sys/devices/system/node/%s",
284 directory_node = opendir(directory_path);
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 257 directory_path = os.path.join(output_path, subpath[1:])
260 if not os.path.exists(directory_path):
261 os.makedirs(directory_path)
279 file_path = os.path.join(directory_path, 'LLVMBuild.txt')
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 1367 milliseconds