Searched defs:pathname (Results 1 - 7 of 7) sorted by relevance

/system/extras/fatblock/
H A Dfdpool.c119 int fdpool_open(struct pooled_fd *pfd, const char *pathname, int flags) argument
129 fd = open(pathname, flags);
/system/core/init/
H A Dutil.c248 int mkdir_recursive(const char *pathname, mode_t mode) argument
252 const char *p = pathname;
258 width = slash - pathname;
268 memcpy(buf, pathname, width);
276 ret = mkdir(pathname, mode);
/system/core/toolbox/
H A Dls.c245 const char* pathname = filename; local
249 pathname = tmp;
251 pathname = filename;
255 return listfile_long(pathname, flags);
257 return listfile_size(pathname, filename, flags);
/system/core/adb/
H A Dsysdeps.h166 extern void* load_file(const char* pathname, unsigned* psize);
322 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) argument
324 return open( pathname, options, mode );
328 static __inline__ int adb_open( const char* pathname, int options ) argument
330 int fd = open( pathname, options );
/system/core/logcat/
H A Dlogcat.cpp102 static int openLogFile (const char *pathname) argument
/system/media/wilhelm/tests/sandbox/
H A Dreverb.c285 char *pathname = argv[i]; local
402 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, (SLchar *) pathname};
/system/media/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp1433 const char *pathname = uri; local
1435 if (!strncasecmp(pathname, "file://", 7)) {
1436 pathname += 7;
1439 int fd = ::open(pathname, O_RDONLY);

Completed in 163 milliseconds