Home
last modified time | relevance | path

Searched refs:pickle (Results 1 – 5 of 5) sorted by relevance

/development/vndk/tools/sourcedr/Documentation/
Dlist-installed-files-from-source-dirs.md40 ./development/vndk/tools/sourcedr/sourcedr/ninja.py pickle \
43 -o sailfish.pickle
50 sailfish.pickle
76 sailfish.pickle \
86 sailfish.pickle \
97 sailfish.pickle \
/development/vndk/tools/sourcedr/ninja/
Dlist_ninja_build_dep.py11 import cPickle as pickle # Python 2 namespace
13 import pickle # Python 3
Dlist_installed_file_from_source.py10 import cPickle as pickle # Python 2 namespace
12 import pickle # Python 3
Dlist_source_file.py11 import cPickle as pickle # Python 2 namespace
13 import pickle # Python 3
Dninja.py16 import cPickle as pickle # Python 2 namespace
18 import pickle # Python 3
1027 return pickle.load(pickle_file)
1076 pickle.dump(load_manifest_from_args(args), output_file)