OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_mkdir
(Results
1 - 6
of
6
) sorted by null
/system/core/adb/
adb_utils.cpp
157
// combined with our
adb_mkdir
() which takes UTF-8).
188
if (
adb_mkdir
(path, 0775) == -1) {
sysdeps.h
210
extern int
adb_mkdir
(const std::string& path, int mode);
795
static __inline__ int
adb_mkdir
(const std::string& path, int mode)
adb_auth_host.cpp
300
if (
adb_mkdir
(android_dir.c_str(), 0750) < 0) {
file_sync_service.cpp
67
if (
adb_mkdir
(partial_path.c_str(), mode) == -1) {
services.cpp
141
if (
adb_mkdir
(recovery_dir, 0770) == -1 && errno != EEXIST) {
sysdeps_win32.cpp
2376
int
adb_mkdir
(const std::string& path, int mode) {
function
[
all
...]
Completed in 351 milliseconds