HomeSort by relevance Sort by last modified time
    Searched full:partial_path (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
file_sync_service.cpp 59 std::string partial_path; local
61 if (partial_path.back() != OS_PATH_SEPARATOR) partial_path += OS_PATH_SEPARATOR;
62 partial_path += path_component;
64 if (should_use_fs_config(partial_path)) {
65 fs_config(partial_path.c_str(), 1, nullptr, &uid, &gid, &mode, &cap);
67 if (adb_mkdir(partial_path.c_str(), mode) == -1) {
72 if (chown(partial_path.c_str(), uid, gid) == -1) {
76 selinux_android_restorecon(partial_path.c_str(), 0);

Completed in 73 milliseconds