OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_dirname
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
adb_utils.h
33
std::string
adb_dirname
(const std::string& path);
adb_utils.cpp
122
std::string
adb_dirname
(const std::string& path) {
function
170
const std::string parent(
adb_dirname
(path));
file_sync_client.cpp
649
copyinfo ci(
adb_dirname
(lpath),
adb_dirname
(rpath), adb_basename(lpath), S_IFDIR);
817
copyinfo ci(
adb_dirname
(lpath),
adb_dirname
(rpath), adb_basename(lpath), S_IFDIR);
947
if (stat(
adb_dirname
(dst).c_str(), &parent_st) == -1) {
[
all
...]
file_sync_service.cpp
158
if (!secure_mkdirs(
adb_dirname
(path))) {
280
if (!secure_mkdirs(
adb_dirname
(path))) {
Completed in 67 milliseconds