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

  /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);
  /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...]

Completed in 211 milliseconds