OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_copy_file
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
path.h
117
**
path_copy_file
() copies one file into another.
138
extern APosixStatus
path_copy_file
( const char* dest, const char* source );
path.c
428
**
path_copy_file
() copies one file into another.
451
path_copy_file
( const char* dest, const char* source )
function
/external/qemu/android/avd/
info.c
583
if (
path_copy_file
(dstPath, srcPath) < 0) {
[
all
...]
Completed in 13 milliseconds