OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_empty_file
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
path.h
114
**
path_empty_file
() creates an empty file at a given path location.
134
extern APosixStatus
path_empty_file
( const char* path );
path.c
425
**
path_empty_file
() creates an empty file at a given path location.
434
path_empty_file
( const char* path )
function
457
path_empty_file
(dest) < 0) {
/external/qemu/android/avd/
info.c
551
if (
path_empty_file
(path) < 0) {
767
if (
path_empty_file
(l->pPath[0]) < 0) {
[
all
...]
Completed in 27 milliseconds